Content Library Item Changes Info

Content Library Item Changes Info
Content Library Item Changes Info

The Content Library Item Changes Info schema contains information about a library item change.

This schema was added in vSphere API 6.9.1.

JSON Example
{
    "time": "string",
    "user": "string",
    "message": "string"
}
string As date-time As date-time
time
Required

The date and time when the item content was changed.

This property was added in vSphere API 6.9.1.

string
user
Optional

The user who made the content change.

This property was added in vSphere API 6.9.1.

This property will be missing or null if the user could not be determined.

string
message
Optional

The full message describing the content change.

This property was added in vSphere API 6.9.1.

This property will be missing or null if a message was not provided when the item content was changed.